home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 April / EnigmA AMIGA RUN 06 (1996)(G.R. Edizioni)(IT)[!][issue 1996-04][Skylink CD V].iso / earcd / e / explrr13.rdm < prev    next >
Text File  |  1996-03-13  |  826b  |  21 lines

  1. Short:  Amazing System Browser and Debugger
  2. Author: jason@fsel.com (Jason R. Hulance)
  3. Type:   dev/e
  4.  
  5. Explorer 1.3j
  6. =============
  7. Allows you to browse around memory as E objects (which are like C structs).
  8.  
  9. Basic Function
  10. --------------
  11. You enter an address and then select the object which is (supposed to be?)
  12. at that address.  You can then see the value that each element of the
  13. object takes, and follow pointers etc. by double-clicking on the element (a
  14. single click changes the address to the element's address, which is an
  15. offset from the address you specified for the object).
  16.  
  17. The address and object can also be specified via ARexx, making Explorer an
  18. extremely useful debugging tool as well as a system browser!  (A module is
  19. supplied to show how easy it is to integrate the appropriate ARexx call
  20. into your program.)
  21.